
.header_part{
    background:#272626;
    padding: 10px 60px;
    position: relative;
    top: 10px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}
.header_part h4{
    color: #373434;
    padding: 5px;
    margin-bottom: 2px;
}
.header_part img{
    float: left;
    height: 60px;
    border-radius: 50%;
}


.data_table{
    background-color: linear-gradient(to bottom, #1d2127, #1d2127);
    box-shadow: 1px 3px 10px #66cc85;;
    border-radius: 10px;
    width: 1820px ;
    height:auto;
    padding: 5px;
}
.data_table .btn{

    padding: 5px 10px;
    margin: 10px 3px 10px 10px;
}

i{
    font-size: 2rem;
    color: rgb(26, 211, 118);
    
}
#Copy{
    font-size:smaller;
    font-style: italic;
    background-color: #171817;
    color: #fff;
    width: 200px;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    
}
#Copy1{
    font-size:smaller;
    font-style: italic;
    background-color: #16c56d;
    color: #d1c3c3;
    width: 200px;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}
#flex2{
    display: flex;
    justify-content: space-between;
}